home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6455 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: lrz-muenchen.de!news
  2. From: watzka@stat.uni-muenchen.de (Kurt Watzka)
  3. Newsgroups: comp.lang.c,gnu.gcc.help,comp.unix.programmer
  4. Subject: Re: Help for using bcopy function
  5. Date: 24 Feb 1996 20:27:40 GMT
  6. Organization: Leibniz-Rechenzentrum, Muenchen (Germany)
  7. Distribution: world
  8. Message-ID: <4gnsbs$7a6@sparcserver.lrz-muenchen.de>
  9. References: <4gl53u$4bv@kocrsv08.delcoelect.com>
  10. NNTP-Posting-Host: sun2.lrz-muenchen.de
  11.  
  12. c2xjs2@mail.delcoelect.com (Jianli Sun) writes:
  13.  
  14.  
  15. >I use bcopy function in a client-server program, I get a error 
  16. >say bcopy is not declared, when I try to compile it on UNIX using
  17. >gcc. Can someone out there, tell me which libary file I should 
  18. >inclued to compile it. please e-mail me. thanks!
  19.  
  20. Instead of finding a library that supports a non-standard function
  21. call that can be replaced by a call to a function from the 
  22. standard C library without loss of taste or nourishment, try using
  23. memmove().
  24.  
  25. Kurt
  26. --
  27. | Kurt Watzka                             Phone : +49-89-2180-6254
  28. | watzka@stat.uni-muenchen.de
  29. | ua302aa@sunmail.lrz-muenchen.de
  30.